@charset "utf-8";

/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    font-family: Microsoft YaHei, 黑体, Verdana, Arial, sans-serif;
    -webkit-text-size-adjust: none;
    color: #333;
	overflow-x: hidden;
	max-width: 100%;
    min-width: 1200px;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
p {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align: bottom;
}

ul,
li {
    list-style-type: none;
}

a {
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
}

input:focus,
select:focus,
option:focus,
textarea:focus {
    outline: none;
}

textarea,
input[type=date],
input[type=number] {
    resize: none;
    border: none;
}

button:hover,
input[class*=b]:hover {
    cursor: pointer;
}

i,
u {
    font-style: normal;
    font-weight: normal;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

.f12 {
    font-size: 12px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.rel {
    position: relative;
}

.min_w {
    min-width: 1200px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

/*header*/
header {
    width: 100%;
    height: 120px;
    margin: 0 auto;
    background: #fff;
    /*box-shadow: 0px 1px 4px 2px #77C5C6;*/
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

header .logo {
    display: flex;
    align-items: center
}

header .nav ul {
    width: 746px;
}

header .nav ul li {
    float: left;
    font-size: 16px;
    margin-left: 60px;
    height: 44px;
    line-height: 44px;
}

header .nav ul li:hover {
    height: 42px;
    border-bottom: 2px solid #4FC3FD
}

main .banner {
    width: 100%;
    /*height: 658px;*/
    margin-top: 120px;
}

main .banner img {
    width: 100%;
    height: 100%;
}

main .tou {
    width: 394px;
    height: 75px;
    margin: 0 auto;
    text-align: center;
    padding-top: 32px;
}

main .tou h3 {
    font-size: 36px;
    font-weight: normal
}

main .tou i {
    display: block;
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    position: relative;
    margin-top: 20px;
}

main .tou p {
    color: #8A8989;
    margin-top: 10px;
}

main .tou i::before {
    content: "";
    width: 42px;
    height: 3px;
    background: #4FC3FD;
    position: absolute;
    left: 50%;
    top: -1.5px;
    transform: translate(-50%)
}

main .server {
    height: 489px;
}

main .server .fw {
    margin-top: 60px;
}

main .server .fw li {
    width: 279px;
    height: 266px;
    float: left;
    border: 1px solid #E5E5E5;
    margin-left: 25px;
    border-radius: 20px;
    text-align: center;
}

main .server .fw li:nth-of-type(1) {
    margin: 0;
}

main .server .fw li a>div {
    width: 88px;
    height: 82px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 40px;
}

main .server .fw li a>h3 {
    font-size: 24px;
    margin-top: 33px;
}

main .server .fw li a>p {
    margin-top: 20px;
    color: #A6A4A4;
}

/*main .server .fw li:hover a>p {
    color: #fff;

}

main .server .fw li:hover a>h3 {
    color: #fff
}

main .server .fw li:hover {
    background: linear-gradient(to bottom, #95EEE6, #4FC3FD);
    color: #fff;
}*/

main .server .fw li:nth-of-type(1) a>div {
    background: url(../images/lh.png)no-repeat center;
}

/*main .server .fw li:nth-of-type(1):hover a>div {
    background: url(../images/lh2.png)no-repeat center;
    transition: 0.5s;
}*/

main .server .fw li:nth-of-type(2) a>div {
    background: url(../images/nr.png)no-repeat center;
}

/*main .server .fw li:nth-of-type(2):hover a>div {
    background: url(../images/nr2.png)no-repeat center;
    transition: 0.5s;
}*/

main .server .fw li:nth-of-type(3) a>div {
    background: url(../images/xin.png)no-repeat center;
}

/*main .server .fw li:nth-of-type(3):hover a>div {
    background: url(../images/xin2.png)no-repeat center;
    transition: 0.5s;
}*/

main .server .fw li:nth-of-type(4) a>div {
    background: url(../images/dc.png)no-repeat center;
}

/*main .server .fw li:nth-of-type(4):hover a>div {
    background: url(../images/dc2.png)no-repeat center;
    transition: 0.5s;
}*/

main .case {
    width: 1200px;
    height: 1209px;
	margin:0 auto;
}

main .case .case_lb {
    width: 100%;
    margin-top: 60px;
}

main .case .case_lb li {
    width: 276px;
    height: 411px;
    float: left;
    margin-left: 29px;
    overflow: hidden;
	border:1px solid #eee;
	margin-bottom:10px;
}

main .case .case_lb li:nth-of-type(1) {
    margin: 0;
}
main .case .case_lb li:nth-of-type(5) {
    margin: 0;
}

main .case .case_lb li .sqtp {
    width: 100%;
    /*height: 330px;*/
}

main .case .case_lb li .sqtp img {
    width: 100%;
    height: 100%;
}

main .case .case_lb li .sqwz {
    width: 100%;
    height: 274px;
    background: #fff;
}

main .case .case_lb li:hover .sqwz {
    background: rgba(80, 195, 252, 0.78);
}

main .case .case_lb li:hover .sqwz {
    transform: translateY(-157px);
    transition: all .7s linear;
}

main .case .case_lb li .sqwz h4 {
    font-size: 20px;
    text-align: center;
    padding-top: 32px;
    font-weight: normal
}

main .case .case_lb li:hover .sqwz h4 span {
    display: none;
}

main .case .case_lb li:hover .sqwz h4 {
    color: #fff;
}

main .case .case_lb li .sqwz h5 {
    width: 76px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    display: none;
    margin-top: 20px;
    /* margin-bottom: -8px; */
}

main .case .case_lb li:hover .sqwz h5 {
    display: block;
}

main .case .case_lb li .sqwz p {
    width: 295px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    color: #A6A4A4
}

main .case .case_lb li:hover .sqwz p {
    color: #fff;
}

main .case .case_lb li .sqwz .ck {
    width: 116px;
    height: 32px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 32px;
    overflow: hidden;
    margin-top: 27px;
}

main .case .case_lb li .sqwz .ck a {
    display: block;
    color: #fff;
}

main .case .rdmore {
    width: 156px;
    height: 44px;
    margin: 0 auto;
    border: 1px solid #E0E0E0;
    border-radius: 50px;
    text-align: center;
    line-height: 44px;
    overflow: hidden;
    margin-top: 62px;
}

main .case .rdmore a {
    display: block;
    width: 100%;
    height: 100%;
}

main .dbg {
    width: 100%;
    height: 570px;
    background: url(../images/dbg.jpg)no-repeat;
    background-size: 100% 100%
}

main .dbg .about {
    height: 410px;
    padding-top: 78px;
}

main .dbg .about .abz {
    width: 467px;
    height: 100%;
    background: rgba(255, 255, 255, 0.75)url(../images/bjl.png)no-repeat;
    background-size: 57px 50px;
    padding-left: 35px
}

main .dbg .about .abz>h3 {
    font-size: 24px;
    margin-top: 70px;
    margin-bottom: 40px;
    position: relative;
}

main .dbg .about .abz>h3::after {
    content: "";
    width: 113px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -14px
}

main .dbg .about .abz>p {
    width: 432px;
    font-size: 16px;
    color: #515050;
}

main .dbg .about .abz>a {
    display: block;
    width: 99px;
    height: 30px;
    border: 1px solid #848282;
    color: #848282;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    margin-right: 35px;
    margin-top: 32px;
}

main .dbg .about .aby {
    width: 698px;
    height: 100%;
    background: rgba(79, 195, 253, 0.4)
}

main .dbg .about .aby .bbk {
    width: 326px;
    height: 124px;
    margin: 0 auto;
    text-align: center;
    margin-top: 135px;
}

main .dbg .about .aby .bbk h3 {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    margin-top: 34px;
}

main .dbg .about .aby .bbk p {
    color: #fff;
    margin-top: 15px;
}

main .news {
    height: 904px;
}

main .news .new_lb {
    margin-top: 60px;
}

main .news .new_lb li {
    width: 400px;
    height: 494px;
    float: left;
}

main .news .new_lb .news_xq {
    width: 100%;
    height: 247px;
    text-align: center
}

main .news .new_lb .news_xq h3 {
    font-size: 18px;
    font-weight: normal;
    padding-top: 48px;
}

main .news .new_lb .news_xq p {
    width: 328px;
    margin: 0 auto;
    color: #A6A4A4;
    margin-top: 36px;
}

main .news .new_lb .news_xq a {
    display: block;
    width: 99px;
    height: 30px;
    border: 1px solid #A6A4A4;
    margin: 0 auto;
    color: #A6A4A4;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
}

main .news .cka {
    display: block;
    width: 156px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border: 1px solid #E0E0E0;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 60px;
}

footer {
    width: 100%;
    height: 187px;
    background: #2B2B2B;
}
.ddhx{}

footer .di .ddhs {
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #4A4A4A;
    padding-top: 45px;
}

footer .di .ddhs p {
    color: #9C9C9C;
    font-size: 16px;
    background: url(../images/dh.png)no-repeat left center;
    padding-left: 30px;
}

footer .di .ddhs ul li {
    float: left;
    width: 118px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-left: 2px solid #9C9C9C
}

footer .di .ddhs ul li:nth-of-type(6) {
    border-right: 2px solid #9C9C9C
}

footer .di .ddhs ul li a {
    color: #9C9C9C;
    font-size: 16px;
}

footer .di .ddhx {
    height: 89px;
    text-align: center;
    color: #9C9C9C;
    line-height: 89px;
    ;
}
footer .di .ddhx img{vertical-align:middle}

/*main*/
main .erjfw {
    overflow: hidden;
    margin-bottom: 138px;
}

main .fuwu {
    margin-top: 60px;
    overflow: hidden;
    padding-left: -66px;
}

main .fuwu li {
    width: 560px;
    height: 421px;
    float: left;
    margin: 0 18px 36px 18px;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    text-align: center;
}

main .fuwu li a>div {
    width: 88px;
    height: 82px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 100px;
}

main .fuwu li a>h3 {
    font-size: 30px;
    margin-top: 34px;
}

main .fuwu li a>p {
    font-size: 18px;
    margin-top: 30px;
    color: #A6A4A4;
}

main .fuwu li:hover a>p {
    color: #fff;

}

main .fuwu li:hover a>h3 {
    color: #fff
}

main .fuwu li:hover {
    background: linear-gradient(to bottom, #95EEE6, #4FC3FD);
    color: #fff;
}

main .fuwu li:nth-of-type(1) a>div {
    background: url(../images/lh.png)no-repeat center;
}

main .fuwu li:nth-of-type(1):hover a>div {
    background: url(../images/lh2.png)no-repeat center;
    transition: 0.5s;
}

main .fuwu li:nth-of-type(2) a>div {
    background: url(../images/nr.png)no-repeat center;
}

main .fuwu li:nth-of-type(2):hover a>div {
    background: url(../images/nr2.png)no-repeat center;
    transition: 0.5s;
}

main .fuwu li:nth-of-type(3) a>div {
    background: url(../images/xin.png)no-repeat center;
}

main .fuwu li:nth-of-type(3):hover a>div {
    background: url(../images/xin2.png)no-repeat center;
    transition: 0.5s;
}

main .fuwu li:nth-of-type(4) a>div {
    background: url(../images/dc.png)no-repeat center;
}

main .fuwu li:nth-of-type(4):hover a>div {
    background: url(../images/dc2.png)no-repeat center;
    transition: 0.5s;
}

main .abus .bt {
    text-indent: 30px;
    margin-top: 46px;
    font-size: 16px
}

main .abus .sg {
    width: 830px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 40px;
}

main .abus .qywh {
    height: 392px;
    margin-top: 35px;
}

main .abus .qywh h3 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 70px;
    position: relative;
    margin-top: 12px;
}

main .abus .qywh h3::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #4FC3FD;
    position: absolute;
    bottom: -29px;
    left: 0;
}

main .abus .qywh p {
    font-size: 18px;
    line-height: 30px;
}

main .abus .qywh p span {
    margin-left: 96px;
}
main .sqal{
    margin-top:88px;
}
main .sqal .sqtb {
    width: 100%;
    height: 144px;
    background: #4FC3FD;
}

main .sqal .sqtb .tou {
    padding-top: 38px
}

main .sqal .sqtb .tou h3 {
    color: #fff;
}

main .sqal .sqtb .tou p {
    color: #fff
}

main .sqal .sqtb .tou i {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: relative;
    margin-top: 20px;
}

main .sqal .sqtb .tou i::before {
    content: "";
    width: 42px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -1.5px;
    transform: translate(-50%)
}

.slideBox {
    /*height: 462px;*/
    position: relative;
    margin-top: 75px;
    margin-bottom: 62px;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}
.slideBox .bd li div{
    width: 372px;
    float: left;
    margin-left: 14px;
    margin-right: 14px;
    text-align: center
}
.slideBox .bd li div h3{
    margin-top: 30px;
}
.slideBox .bd li div p{
    width: 304px;
    margin: 0 auto;
    color: #A6A4A4;
    margin-top: 25px;
}
.slideBox .prev{
    position: absolute;
    left:-50px;
    top: 40%;
    margin-top: -25px;
    display: block;
    width: 25px;
    height: 43px;
    background: url(../images/jt1.png)no-repeat center center;
    background-size: 100% 100%
}
.slideBox .next {
    position: absolute;
    right: -50px;
    top: 40%;
    margin-top: -25px;
    display: block;
    width: 25px;
    height: 43px;
    background: url(../images/jt2.png)no-repeat center center;
    background-size: 100% 100%
}

main .lxw .dak{
    /*height: 533px;*/
    position: relative;
    margin-bottom: 84px;
}
main .lxw .dak .lxz{
    width: 410px;
    height: 352px;
    padding-left: 56px;
    /*background: #fff;
    border: 2px solid #E5E5E5;*/
    position: absolute;
    top: 20%;
    left: 0;
}
main .lxw .dak .lxz h3{
    font-size: 30px;
    margin-top: 88px;
    font-weight: normal;
}
main .lxw .dak .lxz p{
    font-size: 16px;
    margin-top: 28px;
}
main .aldb{
    margin-top: 58px;
}
main .aldb .allb li{
    width: 372px;
    height: 416px;
    float: left;
    margin-left: 14px;
    margin-right: 14px;
    text-align: center;
}
main .aldb .allb li h3{
    font-size: 19px;
    margin-top: 32px;
}
main .aldb .allb li p{
    color: #A6A4A4;
    width: 322px;
    margin: 0 auto;
    margin-top: 25px;
}
main .fyq{
    width: 354px;
    height: 26px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 50px;
}
main .fyq a{
    display: inline-block;
    text-align: center;
    height: 24px;
    line-height: 24px;
    border: 1px solid #D9D9D9;
    margin-left: 1px;
}
main .fyq a:hover{
    background: #4FC3FD;
    color: #fff;
    border: 1px solid #4FC3FD;
}
main .fyq .sw{
    width: 42px;
    height: 24px;
}
main .fyq .sx{
    width: 58px;
    height: 24px;
}
main .fyq .ye{
    width: 24px;
    height: 24px;
}
main .newlb{
    margin-top: 49px;
}
main .newlb li{
    width: 374px;
    height: 383px;
    border-bottom: 1px solid #B4B0B0;
    float: left;
    margin-left: 13px;
    margin-right: 13px;
    margin-bottom: 50px;
}
main .newlb li h3{
    text-align: center;
    width: 324px;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px dashed #B4B0B0;
    margin: 0 auto
}
main .newlb li p{
    width: 324px;
    margin: 0 auto;
    color: #B4B0B0
}
main .newlb li p span{
    display: block;
    margin-top: 15px
}
main .ly{
    margin-top: 82px;
    margin-bottom: 85px
}
main .ly .zx .zb{
    width: 158px;
    height: 47px;
    border: 1px solid #4FC3FD;
    color: #4FC3FD;
    transform: rotate(90deg);
    line-height: 47px;
    text-align: center;
    margin-top: 112px;
    margin-left: 90px
}
main .ly .zx .yb h3{
    font-size: 30px;
    font-weight: normal;
    color: #4FC3FD;
    margin-top: 76px;
}
main .ly .zx .yb p{
    width: 230px;
    margin-top: 32px;
    position: relative;
    color: #6B6E6F
}
main .ly .zx .yb p::after{
    content: "";
    width: 120px;
    height: 3px;
    background: #4FC3FD;
    position: absolute;
    bottom: -41px;
    left: 0;
}
main .ly .zx{
    width: 600px;
    height: 304px;
    border-top: 12px solid #4FC3FD;
    border-bottom: 12px solid #4FC3FD;
}
main .ly .lyb form{
    width: 536px;
}
main .ly .lyb p{
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 10px;
}
main .ly .lyb .sr{
    width: 506px;
    height: 39px;
    border: 1px solid #4FC3FD;
}
main .ly .lyb textarea{
    width: 506px;
    height: 133px;
    border: 1px solid #4FC3FD
}
main .ly .lyb input:nth-of-type(4){
    width: 508px;
    height: 41px;
    background: #4FC3FD;
    border: none;
    font-size: 18px;
    color: #fff;
    margin-top: 22px;
}

    .main_page{margin:30px 0;}
.main_page a{    display: inline-block;
    margin: 0 5px;
    border: #ddd solid 1px;
    padding: 0 6px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;}
.main_page a:hover{background:#4FC3FD;color:#fff;border:1px solid #4FC3FD;}

.ye{width:1200px;margin:0 auto;line-height:33px;font-family:"宋体";color:#494949;font-size:16px;margin-top:19px;margin-bottom:44px;}
.ye a{color:#494949;}



.slideBox2 {
    height: 386px;
    position: relative;
    margin-top: 75px;
    margin-bottom: 62px;
}

.slideBox2 .hd2 ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox2 .bd2 {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox2 .bd2 li {
    zoom: 1;
    vertical-align: middle;
}
.slideBox2 .bd2 li div{
    width: 270px;
    float: left;
    margin-left: 14px;
    margin-right: 14px;
    text-align: center;
	border:1px solid #eee;
}
.slideBox2 .bd2 li div h3{
    margin-top: 30px;
}
.slideBox2 .bd2 li div p{
    width: 304px;
    margin: 0 auto;
    color: #A6A4A4;
    margin-top: 25px;
}
.slideBox2 .prev{
    position: absolute;
    left:-50px;
    top: 40%;
    margin-top: -25px;
    display: block;
    width: 25px;
    height: 43px;
    background: url(../images/jt1.png)no-repeat center center;
    background-size: 100% 100%
}
.slideBox2 .next {
    position: absolute;
    right: -50px;
    top: 40%;
    margin-top: -25px;
    display: block;
    width: 25px;
    height: 43px;
    background: url(../images/jt2.png)no-repeat center center;
    background-size: 100% 100%
}
.proty{width:1174px;margin:0 auto;}
.danye-left-3-1{display:inline-block;padding:0 7px;line-height:30px;border:1px solid #eee;margin-top:5px;}
.danye-left-3-1 a{color:#333;}
.danye-left-3-0{display:inline-block;padding:0 7px;line-height:30px;border:1px solid #4FC3FD;margin-top:5px;background:#4FC3FD;}
.danye-left-3-0 a{color:#fff;}